.hero {
  background: white;
	min-height: 450px;
	display: flex;
	align-items: center;
	height: fit-content;
}
.hero_bt {
    margin: auto;
}

.hero_text {
  font-size: 1.8em;
  font-weight: 600;
  font-family: sans-serif;
  color: #03060c;
  text-align: left;
  width: 100%;
}


.header_container {
  height: 86px;
}

.inner_hero {
	margin: auto;
	width: 90%;
	z-index: 2;
}

.hero_bg {
	max-width: 68%;
	position: absolute;
	margin-left: 30%;
	max-height: 450px;
	height: auto;
	width: auto;
}

.hero_text_sec {
    font-size: 1.1em;
	font-weight: 600;
	font-family: sans-serif;
	color: var(--deep_dark_2);
	text-align: left;
	width: 100%;
	padding: 10px 0px;
    display: grid;
    align-items: center;
}

.svg_hero {
  width: 48px;
  height: 48px;
  fill: var(--white);
}

.svg_container {
  width: 48px;
  margin-right: 15px;
}

@media only screen and (min-device-width: 1200px) {
  .inner_hero {
	margin: auto;
	width: 70%;
}

.hero {
	background: var(--white);
	min-height: 450px;
	display: flex;
	align-items: center;
	height: fit-content;
}
.hero_bt {
    margin: 0;
}

.hero_text {
	font-size: 2.7em;
	font-weight: 600;
	font-family: sans-serif;
	color: var(--deep_dark_2);
	text-align: left;
	width: 550px;
}


.header_container {
  height: 86px;
}

.hero_bg {
  max-width: 40%;
  position: absolute;
  margin-left: 60%;
  max-height: 450px;
  height: auto;
  width: auto;
}

.hero_text_sec {
	font-size: 1.3em;
	font-weight: 600;
	font-family: sans-serif;
	color: #03060c;
	text-align: left;
	width: 67%;
	padding: 10px 0px;
	display: block;
}

.svg_hero {
  width: 48px;
  height: 48px;
  fill: var(--white);
}

.svg_container {
  width: 48px;
  margin-right: 15px;
}

}
